@@ -1,5 +1,7 @@ |
||
1 | 1 |
module DryRunnable |
2 | 2 |
def dry_run! |
3 |
+ readonly! |
|
4 |
+ |
|
3 | 5 |
class << self |
4 | 6 |
prepend Sandbox |
5 | 7 |
end |